home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / tsbat27.zip / RULER.BAT < prev    next >
DOS Batch File  |  1991-07-09  |  342b  |  13 lines

  1. @echo off
  2.  
  3. rem Ruler by Prof. Timo Salmi 9-Jul-91
  4. rem This simple batch helps to pinpoint the columns of the screen by
  5. rem displaying a ruler. The batch uses ansi escape sequences to avoid
  6. rem excessive scrolling.
  7.  
  8. echo A
  9. echo 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
  10. echo A
  11.  
  12. echo on
  13.